home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMENDLOOP / TFRMENDLOOP.txt
Encoding:
Text File  |  2003-01-14  |  1.3 KB  |  62 lines

  1. inherited frmEndLoop: TfrmEndLoop
  2.   Left = 529
  3.   Top = 363
  4.   HelpContext = 26
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited lblActionDesc: TLabel
  13.       Caption = 'Use this action to end a loop block.'
  14.     end
  15.     inherited img3232: TImage
  16.       Stretch = True
  17.     end
  18.   end
  19.   inherited pnlCenter: TPanel
  20.     inherited pgcControlPage: TPageControl
  21.       inherited tbsAM5Main: TTabSheet
  22.         object lblNoParams: TLabel
  23.           Left = 4
  24.           Top = 16
  25.           Width = 148
  26.           Height = 13
  27.           Caption = 'This action has no parameters.'
  28.         end
  29.       end
  30.     end
  31.   end
  32.   inherited dxSIBarManager: TdxBarManager
  33.     Categories.ItemsVisibles = (
  34.       2)
  35.     Categories.Visibles = (
  36.       True)
  37.     PopupMenuLinks = <
  38.       item
  39.         Control = lsvAM5Errors
  40.         PopupMenu = dxCheckPopup
  41.       end>
  42.     DockControlHeights = (
  43.       0
  44.       0
  45.       0
  46.       0)
  47.   end
  48.   inherited dxCheckPopup: TdxBarPopupMenu
  49.     ItemLinks = <
  50.       item
  51.         Item = itmCheckAllErrors
  52.         UserGlyph.Data = {00000000}
  53.         Visible = True
  54.       end
  55.       item
  56.         Item = itmCheckNoErrors
  57.         UserGlyph.Data = {00000000}
  58.         Visible = True
  59.       end>
  60.   end
  61. end
  62.